

/*第一部分 banner*/
.banner {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    background-color: #f5f5f5; 
    border-radius: 10px; 
}

.banner .ban-img{
    width: 780px;
    height: 360px;
    border-radius:10px;
    overflow: hidden;
    margin: 0;
}
.banner .ban-con{
    box-sizing: border-box;
    width: 400px;
    height: 360px;
    /*background-image: '';*/
    background: #fff;
    padding: 20px 30px 5px 30px;
    border-radius: 10px;
}
.banner .ban-con h3{
    font-size:18px;
    font-weight: bold;
    color:#2abf69; 
    line-height: 1;
}
.banner .ban-con ul{
    margin-top: 10px;
}
.banner .ban-con li{
    height: 50px;
    box-sizing: border-box;
    border-bottom:1px dashed #ddd;
    color: #333;
    font-size:  16px;
    line-height: 50px; 
}

.banner .ban-con li:last-child{
    border-bottom:0;
}



/*图片-分类*/
.type-item{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.type-item a{
    position: relative;
    display: block;
    width: 280px;
    height: 140px;
    border-radius:10px;
    box-sizing: border-box;
    padding: 30px 20px;
}
.type-item a:nth-child(n+5){
    margin-top: 30px;
}
.type-item a img{
    position: absolute;
    top: 0;
    left: 0;
    /*display: block;*/
    width: 280px;
    height: 140px;
    border-radius:10px;
    z-index: -1;
    /*filter: drop-shadow(30px 10px 4px rgba(0, 0, 0, 0.5));*/
    /*-webkit-box-reflect: above 0 linear-gradient(transparent, white) height 10px;*/
}
.type-item p{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.type-item span{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    margin-top: 15px;
}

.con-item{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.con-item .con-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
}

.con-item .con-div-left,.con-item .con-div-right{
    width: 380px;
    height: 380px;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    border-radius: 10px;
    background-color: #fff;
}
.h2-title{
    font-size: 24px;
    color: #333;
    line-height: 1;
}
.h2-title img{
    width: 26px;
    height: 26px;
    vertical-align: top; 
    margin-right: 10px;
}

.con-item .con-ul{
    margin-top: 10px;
}
.con-item .con-ul li{
    height: 50px;
    border-bottom:1px dashed #ddd;
    /*vertical-align: middle; */
}
.con-item .con-ul li a{
    display: inline-block;
    width: 240px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
.con-item .con-ul li time{
    /*margin: auto 0; */
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 50px;
    vertical-align: top;
}
.con-item .con-ul li:last-child{
    border-bottom:0;
}
.con-item .con-div-bottom{
    margin-top: 20px;
    width: 780px;
    height: 225px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    /*padding: 30px;*/
    padding: 30px 0 30px 30px;
}
.con-item .con-div-bottom .type-ul{
    display: block;
    margin-top: 10px;
}
.con-item .con-div-bottom li{
    display: inline-block;
    /*width: 137px;*/
    height:40px;
    padding: 0 30px;
    border-radius:10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #f5f5f5;
    line-height: 40px;
    margin-right: 50px;
    margin-top: 20px;
    float: left;
}

.con-item .con-right{
    width: 400px;
    height: 625px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
}
.con-item .con-right ul{
    margin-top: 10px;
}
.con-item .con-right li{
    height: 42px;
}
.con-item .con-right li a{
    display: inline-block;
    width: 265px;
    font-size: 16px;
    color: #333;
    line-height: 42px;
}
.con-item .con-right li time{
    /*margin: auto 0; */
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 42px;
    vertical-align: top;
}
.con-item .con-right li:last-child{
    border-bottom:0;
}

.con-item .con-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
}

.link{
    margin-top: 30px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}
.link ul{
    display: inline-block;
    margin-top: 10px;
}
.link li{
    font-size: 16px;
    color: #333;
    line-height: 1;
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
    float: left;
}

/*底部*/
.footer{
    background-color: #f5f5f5;
    width: 100%;
    /*text-align: center;*/
    /*vertical-align: middle;*/
    height: 150px;
    display: flex;
    align-items:center;
    justify-content: center;
}
.footer p{
    color: #999;
    font-size: 14px;
}
.footer p a{
    color: #999;
}


/* 2023-8 添加教育资讯推荐 */
.index-newsTj{
    width: 100%;
    margin-top: 30px;
}
.index-newsTj>.fl{
    width: 780px;
}
.newsTj-content{
    width: 380px;
    height: 390px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 30px 0;
}
.newsTj-content:nth-child(even){
    margin-left: 20px;
}
.newsTj-content:nth-child(n+3){
    margin-top: 20px;
}
.newsTj-title{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
    font-size: 24px;
    line-height: 1;
    color: #333;
}
.newsTj-title img{
    display: block;
    margin-right: 10px;
}
.newsTj-zxzt>a:first-child .zxzt-list-opt{
    margin-top: 0;
    border-top: none;
}
.newsTj-zxzt .zxzt-list-opt{
    padding: 28px 0;
    margin: 14px 0;
}
.newsTj-zxzt .zxzt-list-opt>p{
    font-size: 18px;
    line-height: 1;
}
.newsTj-zxzt .zxzt-list-p{
    padding: 14px 0;
}
.newsTj-zxzt .zxzt-list-p>p{
    font-size: 16px;
    color: #666;
}
.index-newsTj>.fr{
    width: 400px;
    height: 800px;
    box-sizing: border-box;
    padding: 24px 30px 0;
    border-radius: 10px;
    background-color: #fff;
}
.fr-hotZt-list a{
    display: flex;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px dashed #ddd;
}
.fr-hotZt-list a:hover{
    background-image: linear-gradient(to bottom, #f5f5f5, #fff);
}
.fr-hotZt-list a:last-child{
    border-bottom: none;
}
.fr-hotZt-list a>img{
    display: block;
    padding: 0 20px 0 5px;
}
.hotZt-list-txt{
    border-left: 1px solid #efefef;
    padding-left: 20px;
    flex: 1;
}
.hotZt-list-txt p{
    font-size: 16px;
    line-height: 1;
    color: #333;
}
.fr-hotZt-list a:hover .hotZt-list-txt p{
    font-weight: bold;
}
.hotZt-list-txt div{
    margin-top: 20px;
    overflow: hidden;
}
.hotZt-list-txt div span:first-child{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #2abf69;
}
.hotZt-list-txt div span:last-child{
    display: block;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 1;
    color: #999;
}